quality-of-service-rules
This command configures the Quality of Service Rules table, which lets you define Quality of Service rules.
Syntax
(config-voip)# qoe quality-of-service-rules <Index> (quality-of-service-rules-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
alt-ip-profile-name |
Assigns a different IP Profile to the IP Group or call (depending on the 'Rule Metric' parameter) if the rule is matched. |
calls-reject-duration |
Defines the duration (in minutes) for which the device rejects calls to the IP Group if the rule is matched. |
ip-group-name |
Assigns an IP Group. |
rule-action {alternative-ip-profile|reject-calls] |
Defines the action to be done if the rule is matched. |
rule-metric {acd|asr|bandwidth|ner|poor-invoice-quality|registered-user-voice-quality|voice-quality} |
Defines the performance monitoring call metric to which the rule applies if the metric's threshold is crossed. |
severity {major|minor} |
Defines the alarm severity level. |
Command Mode
Privileged User
Example
This example configures a Quality of Service rule that rejects calls to IP Group "ITSP" if bandwidth severity is Major:
(config-voip)# qoe quality-of-service-rules 0 (quality-of-service-rules-0)# ip-group-name ITSP (quality-of-service-rules-0)# rule-action reject-calls (quality-of-service-rules-0)# rule-metric bandwidth (quality-of-service-rules-0)# severity major (quality-of-service-rules-0)# activate